←Select platform

Save(Stream,BarcodeData[]) Method

Summary
Saves an array of BarcodeData objects to an XML stream.
Syntax
C#
C++/CLI
Python
public static void Save( 
   Stream stream, 
   BarcodeData[] data 
) 
public: 
static void Save(  
   Stream^ stream, 
   array<BarcodeData^>^ data 
)  
def Save(self,stream,] data): 

Parameters

stream
The output stream

data
An array of BarcodeData objects to save.

Remarks

The load/save methods are provided as helper methods for the user. The BarcodeEngine, BarcodeReader and BarcodeWriter do not use these methods internally. data can be null (Nothing in VB). This is the equivalent of saving an empty array.

To load the data previously saved into an XML stream, use BarcodeData.Load(Stream stream).

To save and load data to an XML disk file, use BarcodeData.Save(string fileName, BarcodeData[] data) and BarcodeData.Load(string fileName).

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.